﻿a.busi {
    display: block;
    float: left;
    width: 140px;
    height: 60px;
    position: relative;
    background: #E6EFF2;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px 0px 60px;
    text-decoration: none;
    margin: 20px 20px 20px 40px;
    font-size: 24px;
    font-family: "幼圆","微软雅黑";
}

    a.busi:hover {
        -moz-box-shadow: 0px 0px 5px #009675; /* 老的 Firefox */
        box-shadow: 0px 0px 5px #009675;
        color: #009675;
        font-weight: bold;
    }

.busi img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 30px;
}

.busiguide {
    overflow: hidden;
    height: 40px;
    width: 100%;
    background: #E6EFF2;
    border-top: 1px solid #f5f5f5;
}

    .busiguide a {
        float: left;
        height: 35px;
        position: relative;
        text-align: left;
        padding: 8px 5px 0px 25px;
        text-decoration: none;
        margin-left: 25px;
        font-size: 15px;
    }

        .busiguide a img {
            position: absolute;
            left: 5px;
            top: 10px;
            width: 15px;
        }

/*book 页*/
.btype {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.btypetitle {
    background: #009675;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 6px;
}

.btype ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .btype ul li {
        list-style: none;
    }

        .btype ul li a {
            display: block;
            background: #E6EFF2;
            color: #666;
            text-align: center;
            padding: 10px 5px;
            border-bottom: 1px solid #fff;
            font-size: 15px;
        }

            .btype ul li a:hover {
                color: #009675;
                border-bottom: 1px solid #009675;
            }

.btopic {
    width: 680px;
    float: left;
}

.action {
    float: right;
    width: 290px;
    background: #E6EFF2;
}

.newbook {
    overflow: hidden;
    float: left;
    width: 880px;
}

.good {
    overflow: hidden;
    float: left;
    width: 880px;
}

.brand {
    float: right;
    width: 290px;
    height: 310px;
    background: #E6EFF2;
}

.blefttitle {
    text-align: center;
    padding: 10px 5px;
}

    .blefttitle img {
        /*width: 180px;*/
    }

.author {
    float: right;
    width: 290px;
    height: 310px;
    background: #E6EFF2;
}

.booklist {
    overflow: hidden;
    height: 260px;
    width: 1000px;
}

.book {
    float: left;
    width: 150px;
    height: 280px;
    margin-right: 30px;
}

    .book img {
        width: 100%;
        height: 195px;
        border: 1px solid #fff;
        padding: 1px;
    }

        .book img:hover {
            border: 1px solid #009675;
        }

    .book span {
        display: block;
        text-align: center;
    }

    .book .sm {
        color: #009675;
    }

    .book .dj {
        color: #ff6a00;
    }

.bbox {
    padding: 20px;
    width: 240px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

/*--end---*/
/*booklist 页*/
.btag {
    padding: 10px;
}

    .btag a {
        float: left;
        padding: 5px 20px;
        margin: 5px;
        border-radius: 20px;
        background: #E6EFF2;
    }

        .btag a:hover, .btag a.active {
            float: left;
            padding: 5px 20px;
            margin: 5px;
            border-radius: 20px;
            color: #fff;
            background: #009675;
        }

.booklistall {
    overflow: hidden;
    width: 1200px;
}

.bookall {
    float: left;
    width: 140px;
    height: 320px;
    margin-right: 60px;
}
    .bookall .honnormask {
        position: absolute;
        left: 1px;
        top: 98px;
        width: 100%;
        height: 100px;
    }

        .bookall .honnormask .mask {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100px;
            background-color: rgba(0,0,0,0.6);
            z-index: 99;
        }

        .bookall .honnormask .txt {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 98%;
            padding: 0px 1%;
            height: 100px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            z-index: 100;
            padding-top: 10px;
        }

    .bookall img {
        width: 100%;
        height: 200px;
        border: 1px solid #fff;
        padding: 1px;
    }

        .bookall img:hover {
            border: 1px solid #009675;
        }

    .bookall span {
        display: block;
        text-align: center;
    }

    .bookall .sm {
        color: #009675;
    }

    .bookall .dj {
        color: #ff6a00;
    }
/*--end---*/

/*brand 页*/
.brandbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.brandlistpic {
    float: left;
    width: 160px;
}

    .brandlistpic img {
        width: 100%;
    }

.brandname {
    float: right;
    width: 1000px;
    color: #009675;
    font-size: 24px;
    font-weight: bold;
}

.brandinfo {
    float: right;
    width: 1000px;
    color: #666;
    line-height: 180%;
    text-indent: 2em;
    margin: 20px 0px 30px 0px;
    position: relative;
}

    .brandinfo a {
        position: absolute;
        right: 10px;
        bottom: -10px;
        display: block;
        color: #009675;
        text-align: center;
    }

        .brandinfo a:hover {
            background: #009675;
            color: #fff;
            border-radius: 30px;
        }

.brandviewname {
    padding: 20px;
    color: #009675;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.brandviewpic {
    text-align: center;
}

.brandviewintro {
    line-height: 200%;
    padding: 20px;
}
/*--end---*/

/*topic 页*/
.topicbox {

    overflow: hidden;
    margin: 20px;
    background:url("../images/horn.png") no-repeat bottom right #E6EFF2;
}

.topiclistpic {
    float: left;
    width: 320px;
    height:210px;
}

    .topiclistpic img {
        width: 100%;
        height: 210px;
    }

.topicname {
    float: right;
    width: 800px;
    color: #009675;
    font-size: 24px;
    font-weight: bold;
    padding-right:20px;
    margin-top:20px;
    position:relative;
}
.topicname .rbnum{
    position:absolute;
    right:20px;
    top:0px;
    width:200px;
    text-align:right;
    color:#009675;
    font-size:16px;
    font-weight:normal;
}

.topicinfo {
    float: right;
    width: 800px;
    color: #666;
    line-height: 180%;
    text-indent: 2em;
    margin: 10px 0px 20px 0px;
    position: relative;
    padding-right:20px;
}
.topicviewname {
    padding: 20px;
    color: #009675;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.topicviewpic {
    text-align: center;
}

.topicviewintro {
    line-height: 200%;
    padding: 20px;
}
/*--end---*/
/*bookview 页*/
.bookviewpic{
    float:left;
    width:320px;
    height:340px;
    text-align:center;
}
.bookviewpic img {
    width: 60%;
    margin-top:25px;
}
.bookviewinfos {
    float: right;
    width: 850px;
    height: 340px;
}
.bvtitle {
    font-size: 24px;
    color: #009675;
    font-weight: bold;
    padding: 15px 10px 15px 10px;
    position: relative;
}
.bvxcy{
    padding:0px 10px 10px 10px;
    text-align:center;
    color:#ff6a00;
    font-size:16px;
}
.bvauthor {
    position: absolute;
    right: 10px;
    top: 18px;
    text-align: right;
    width: 500px;
    font-size: 15px;
    color: #808080;
    font-weight: normal;
}
.bvinfobox {
    background: #E6EFF2;
    border-radius: 10px;
    height: 180px;
    padding: 10px;
}
.bvinfobox1,.bvinfobox2{
    float:left;
    width:255px;
    border-right:1px dashed #ccc;
    line-height:120%;
    height:160px;
    font-size:15px;
    padding:10px;
}
.bvinfobox3 {
    float: left;
    width: 255px;
    height: 160px;
    line-height: 120%;
    font-size: 15px;
    padding:10px;
}
.bvbtns {
    margin-top: 0px;
    height: 60px;
    padding:20px;
}
.bvbtns a.url_ebook{
    color:#fff;
    background:#009675;
    text-align:center;
    padding:8px 15px;
    border-radius:10px;
    margin-right:30px;
}
    .bvbtns a.url_jd, .bvbtns a.url_tm, .bvbtns a.url_dd, .bvbtns a.url_ymx {
        color: #009675;
        text-align: center;
        padding: 8px 15px 8px 50px;
        border-radius: 10px;
        margin-right: 10px;
        background-size:32px 17px !important;
    }
    .bvbtns a.url_jd {
        background: url("../images/url_jd.png") 5px 10px no-repeat #E6EFF2;
    }
    .bvbtns a.url_tm {
        background: url("../images/url_tm.png") 5px 10px no-repeat #E6EFF2;
    }
    .bvbtns a.url_dd {
        background: url("../images/url_dd.png") 5px 10px no-repeat #E6EFF2;
    }
    .bvbtns a.url_ymx {
        background: url("../images/url_ymx.png") 5px 10px no-repeat #E6EFF2;
    }
        .bvcontent {
            line-height: 200%;
            font-size: 16px;
        }
            .bvcontent p {
            text-indent:2em;
            }
    /*--end---*/